diff options
| author | real-zephex <[email protected]> | 2024-03-27 12:40:52 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-27 12:40:52 +0530 |
| commit | 684a5a6d65a1badc2fadeefdc941d9070aa04f9d (patch) | |
| tree | 3b2fb0cc0dfe3b49b4ea2dfcef11e70952ebd52d /src/app/manga/[title]/title.module.css | |
| parent | restructured files (diff) | |
| download | dramalama-684a5a6d65a1badc2fadeefdc941d9070aa04f9d.tar.xz dramalama-684a5a6d65a1badc2fadeefdc941d9070aa04f9d.zip | |
fixes: minor css fixes, added loading indicators, added error pages etc etc
Diffstat (limited to 'src/app/manga/[title]/title.module.css')
| -rw-r--r-- | src/app/manga/[title]/title.module.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app/manga/[title]/title.module.css b/src/app/manga/[title]/title.module.css index eef08ba..1369856 100644 --- a/src/app/manga/[title]/title.module.css +++ b/src/app/manga/[title]/title.module.css @@ -58,4 +58,10 @@ .MangaChapters { color: #FFEBB4 +} + +@media screen and (max-width: 768px) { + .Main { + max-width: 100%; + } }
\ No newline at end of file |